home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr27 / psps20.zip / PSPS.TXT < prev   
Text File  |  1993-04-21  |  10KB  |  260 lines

  1.               ----------------------------------------------
  2.               PSPS v2.0  ---  PostScript PrintScreen Utility
  3.               ----- Copyright 1993 A.N.D. Technologies -----
  4.               ----------------------------------------------
  5.  
  6. --------
  7. OVERVIEW
  8. --------
  9.  
  10. PSPS is a versatile screen dump tool for PostScript printers.  PSPS allows
  11. you to use the PrintScreen key (or Shift-PrintScreen) and send the screen
  12. contents to either an LPT port or to an Encapsulated PostScript file.
  13. PSPS supports text and graphics modes on MDA, CGA, Hercules, EGA, MCGA, VGA,
  14. Super VGA, or any graphics adaptor which supports Int 10 BIOS functions.
  15. You may choose from Monochrome, reverse monochrome, grayscale, and color
  16. PostScript modes.  PSPS will not work with the extended graphics modes of
  17. 8514/A or XGA.  PSPS requires 9K of RAM, and may be unloaded when you're
  18. not using it.
  19.  
  20. PostScript is a trademark of Adobe, Inc.
  21.  
  22.  
  23. --------------------
  24. COMMAND LINE OPTIONS
  25. --------------------
  26.  
  27. If PSPS is already loaded, just type PSPS to find the current settings.
  28. You may also change one or more settings without affecting any of the others.
  29.  
  30. L=N        LPT port where N=1,2,3
  31. U          Uninstall
  32. O=P,L      Orientation=Portrait, Landscape
  33. F          Create new EPS File PSPSxxxx.EPS;  xxxx=1-9999
  34. S=N        Number of text screens per page;  N=1,2,3
  35. M=M,R,G,C  Mode=Mono, Reverse Mono, Grayscale, Color
  36. X=N,Y=N    Dimensions of graphics screen which PSPS can't detect
  37. E          Eject page, flush unprinted text screens
  38.  
  39.  
  40. ----------------------------
  41. L=N   LPT port where N=1,2,3
  42. ----------------------------
  43.  
  44. Default=LPT1
  45.  
  46.  
  47. ---------------
  48. U     Uninstall
  49. ---------------
  50.  
  51. Removes PSPS from memory.
  52.  
  53.  
  54. ------------------------------------------
  55. O=L   Landscape Orientation (11" x 8 1/2")
  56. O=P   Portrait Orientation (8 1/2" x 11")
  57. ------------------------------------------
  58.  
  59. Default=Portrait
  60. Will work in both text and graphics modes.
  61. -------------------------
  62. F     Create new EPS File
  63. -------------------------
  64.  
  65. In graphics mode, the screen contents will be dumped to an Encapsulated
  66. PostScript file suitable for import into word processors and desktop
  67. publishing programs.  However, it is unlikely that EPS files created by
  68. PSPS will will be viewable by image editing programs; these programs often
  69. need their own specific information which they incorporate into their own
  70. EPS files.  These files are named PSPSxxxx.EPS, where xxxx is a number from
  71. 1 to 9999.
  72.  
  73. In text mode, a plain text file containing only the screen characters is
  74. created.  These files are named PSPSxxxx.TXT, where xxxx is a number from
  75. 1 to 9999.
  76.  
  77. File numbers begin at 1 for every new PSPS session.
  78. Files are placed in the current directory.
  79. Files with the same name WILL BE OVERWRITTEN.
  80.  
  81.  
  82. -------------------------------------
  83. S=N   Number of text screens per page
  84. -------------------------------------
  85.  
  86. Default=1
  87. Since most text screens have 25 lines, you will find that one text screen
  88. dump hardly fills a sheet of paper.  You may choose to print up to three
  89. screens on one page.   PSPS will scale the size of the text to fit on the
  90. page based on the number of screens you have chosen, the dimensions of the
  91. first screen to be dumped, and the page orientation.
  92.  
  93. You should note that PostScript printers have a job timeout feature;  this
  94. setting automatically ends a print job after a specified time interval if
  95. a job is incomplete and no more data is received during that time.  This
  96. value should be high enough to allow for any pauses you may encounter during
  97. multiple text screen dumps.  Similarly, if you are capturing data to a
  98. network printer, then your network capture timeout value should also be large
  99. enough to allow for pauses between text screen dumps.
  100.  
  101. This feature is not applicable in graphics modes.
  102.  
  103.  
  104. ----------------------------------------------
  105. E     Eject page, flush unprinted text screens
  106. ----------------------------------------------
  107.  
  108. If you have unprinted screens, then this will eject the page.
  109. It simply sends a CTRL-D (character code 4) to the printer.
  110. You may also choose to send it manually, like ECHO ^D>LPT1.
  111. ----------------------------------
  112. M=M,R,G,C   Graphics Printing Mode
  113. ----------------------------------
  114.  
  115. Default=Gray
  116.  
  117. The choices are monochrome (1 bit), reverse monochrome (1 bit),
  118. grayscale (8 bit), and color (12 bit).
  119.  
  120. Monochrome uses a black background, so use reverse monochrome if you want a
  121. white background.  PSPS will not create grayscale or color data from 2 color
  122. graphics screen modes.  When using a monchrome printing mode with a
  123. 4/16/256 color screen mode, the background color is assumed to be color 0
  124. in the palette, which is usually black, and all other colors become the
  125. foreground color in the PostScript output.  See the next section for
  126. instructions on Hercules graphics mode printing.
  127.  
  128. Color printing uses RGB values.  Each 6 bit red, green, and blue color
  129. register is automatically converted to an 4 bit value.  Therefore, there
  130. will be problems with 24 bit graphics screen modes.  This may be changed in
  131. later versions.
  132.  
  133. The size of the resulting file or print job can be pretty large.  The
  134. header is not very long, so here are the sizes you can expect:
  135.  
  136. Monochrome modes: 1 byte of data for every 4 pixels
  137. Grayscale mode: 2 bytes of data for every pixel
  138. Color mode: 3 bytes of data for every pixel
  139.  
  140. The percentage of the elapsed job time is displayed on the upper left.
  141.  
  142.  
  143. ----------------------------------------------------------------
  144. X=N,Y=N    Dimensions of graphics screen which PSPS can't detect
  145. ----------------------------------------------------------------
  146.  
  147. PSPS can only detect the dimensions of CGA, EGA, MCGA, and VGA graphics
  148. screens.  Therefore, if you use Hercules or Super VGA specific screen
  149. modes, then you must tell PSPS what the screen dimensions are.  If you
  150. haven't specified these values, then PSPS will perform a text screen dump
  151. if it can't detect the screen mode.
  152.  
  153. For Hercules graphics modes use X=720 Y=348.
  154. For Super VGA the graphics adaptor must support VGA Int 10 BIOS routines.
  155.  
  156.  
  157. ---------------
  158. TEXT MODE NOTES
  159. ---------------
  160.  
  161. PSPS detects EGA/VGA 43/50 line and SVGA 132 column text screens.
  162. PSPS uses bitmaps for line/box characters, Symbol font for some extended
  163. characters, and Courier font for the rest.
  164. Control code characters (less than 32) are printed as blanks.
  165. If the cursor is off, you will not see PSPS moving through its routine.
  166. ------
  167. NOTICE
  168. ------
  169.  
  170. PSPS is distributed as is, with no warranty implied or otherwise.
  171. If you distribute PSPS, you may not charge anything for it, other than any
  172. distribution costs you may incur.  If you do so, please distribute it
  173. in the zip file PSPS20.ZIP, including the files PSPS.EXE and PSPS.TXT.
  174.  
  175.  
  176. ----------------
  177. REGISTERING PSPS
  178. ----------------
  179.  
  180. A lot of time and testing went into PSPS.  The unregistered version has all
  181. the same features as the registered version.  When you first load PSPS, you
  182. will encounter an "Unregistered version" notice.  This does not occur once
  183. you register.  
  184.  
  185. The price:  $25 US for 1 license
  186.             $125 for a site license
  187.             $40 for a 1 license PSPS/T2PS bundle (see below for T2PS)
  188.             $200 for a PSPS/T2PS site license
  189.  
  190. If you are registering from outside the US, please make sure your payment
  191. is cashable at a US bank so that there are no conversion fees.
  192. Credit cards are not accepted at this time although they may be in the
  193. future.  Registering over CompuServe is also a future possibility.
  194.  
  195. After you register, you will be sent a new version by E-Mail.  If you require
  196. a diskette to be mailed, please include an extra $5 inconvenience charge.
  197.  
  198. Please send payments to:
  199.  
  200. A.N.D. Technologies
  201. P.O. Box 64811
  202. Los Angeles, CA 90064
  203. USA
  204.  
  205. Please include your name, company, mailing address, E-Mail address(es),
  206. and how you found out about PSPS.
  207.  
  208. Registered users of previous versions of PSPS who did not receive a serial
  209. number may obtain one free of charge.
  210.  
  211. -----------------
  212. TECHNICAL SUPPORT
  213. -----------------
  214.  
  215. Most communication is done by E-Mail, which is always monitored.
  216. Please feel free to leave questions and comments at:
  217.  
  218. Compuserve - 71011,3570
  219. Internet - 71011.3570@compuserve.com
  220. Phone - (213) 848-9345
  221. FAX - Available (contact A.N.D. first)
  222.  
  223. In order to keep the software inexpensive, it's highly unlikely that
  224. long-distance phone calls will be returned.  However, the best times to
  225. catch a live person at the other end are weekdays at 9 AM Pacific time.
  226.  
  227. ----------------------------------------
  228. WHERE TO FIND THE LATEST VERSION OF PSPS
  229. ----------------------------------------
  230.  
  231. On CompuServe: in IBMHW:Printers
  232.  
  233. On Internet: at the archive Simtel20 in the directory <MSDOS.POSTSCRIPT>
  234.                 wsmr-simtel20.army.mil  
  235.                 wuarchive.wustl.edu
  236.                 nic.switch.ch
  237.                 nic.funet.fi
  238.                 src.doc.ic.ac
  239.                 rana.cc.deak.oz.au
  240.  
  241. PSPS - Copyright (c) 1992,3  A.N.D. Technologies
  242.  
  243.  
  244. -------------------------------------
  245. OTHER SOFTWARE BY A.N.D. TECHNOLOGIES
  246. -------------------------------------
  247.  
  248. PCOUNTER 2.2 - A PAGE COUNTING PRINT SERVER FOR NOVELL NETWORKS
  249. Features:
  250. PostScript and HP LaserJet page counting; fast printing - including baud
  251. rates up to 115K baud;  Text to PostScript conversion;  user accounting;
  252. support for networked printers;  simple configuration;  and more!
  253.  
  254. T2PS 1.0 - TEXT TO POSTSCRIPT CONVERSION TSR
  255. Features:
  256. Requires only 6.8K of RAM, and may be unloaded;  user sets the font size,
  257. tab size, margins, page orientation, and LPT port; supports the extended
  258. IBM character set; ignores PostScript data.  Great for programs without
  259. PostScript drivers.  See above for info on a T2PS/PSPS bundle.
  260.